css textarea remove default

81

textarea {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
}

Comments

Submit
0 Comments